home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / lib / normandy.g < prev    next >
Encoding:
Text File  |  1996-04-04  |  21.1 KB  |  716 lines  |  [TEXT/XCNQ]

  1. (game-module "normandy"
  2.   (title "Normandy; June 6, 1944")
  3.   (blurb "The entire invasion of Normandy; a gigantic game, at the battalion level")
  4.   (base-module "ww2-bn")
  5.   (variants
  6.    (see-all true)  ; false is expensive here, though more realistic
  7.    ("Scoring" scoring (true (scorekeeper (do last-side-wins))))
  8.    )
  9.   )
  10.  
  11. (game-module (notes (
  12.   "This is an extremely detailed game about the D-Day invasion of Normandy "
  13.   "and the months of slugfest that followed."
  14.   )))
  15.  
  16. (game-module (design-notes (
  17.   "The following sources were among those consulted for information:"
  18.   "Atomic Games.  V for Victory - Gold-Juno-Sword. (computer game)  A close-in look at the British side"
  19.   "of the beachhead."
  20.   "Atomic Games.  V for Victory - Utah Beach. (computer game)"
  21.   "Avalon Hill. The Longest Day. (game)  A tour-de-force of design - everyone interested"
  22.   "in recreating the Normandy campaign should own a copy - but with some faults"
  23.   "and misjudgements in its factual material."
  24.   "Man, John.  The D-Day Atlas.  Useful perspective views, inconsistent maps."
  25.   "Weigley, Russell.  Eisenhower's Lieutenants."
  26.   )))
  27.  
  28. (set initial-date "0:00 6 Jun 1944")
  29.  
  30. (set initial-day-part 1)
  31.  
  32. (side 1 (name "Allies") (adjective "Allied") (class "allied")
  33.    (color "blue") (emblem-name "white-star"))
  34. (side 2 (name "Germany") (adjective "German") (class "german")
  35.    (color "black") (emblem-name "german-cross"))
  36.  
  37. (include "t-normandy")
  38.  
  39. (add u* start-with 0)
  40.  
  41. (unit-defaults (s 1))
  42.  
  43. (hq-para-div (nb 108200000) (@ -52 -106) (cp -1) (appear 1))
  44. (inf-para (nb 108205051) (@ -52 -106) (cp -1) (appear 1))
  45. (inf-para (nb 108205052) (@ -51 -106) (cp -1) (appear 1))
  46. (inf-para (nb 108205053) (@ -52 -107) (cp -1) (appear 1))
  47. (inf-para (nb 108205071) (@ -50 -108) (cp -1) (appear 1))
  48. (inf-para (nb 108205072) (@ -49 -109) (cp -1) (appear 1))
  49. (inf-para (nb 108205073) (@ -48 -109) (cp -1) (appear 1))
  50. (inf-para (nb 108205081) (@ -47 -106) (cp -1) (appear 1))
  51. (inf-para (nb 108205082) (@ -47 -107) (cp -1) (appear 1))
  52. (inf-para (nb 108205083) (@ -48 -106) (cp -1) (appear 1))
  53. (arty-towed (nb 108204560) (@ -52 -106) (cp -1) (appear 1))
  54.  
  55. (hq-para-div (nb 110100000) (@ -58 -102) (cp -1) (appear 1))
  56. (inf-para (nb 110105011) (@ -59 -99) (cp -1) (appear 1))
  57. (inf-para (nb 110105012) (@ -59 -100) (cp -1) (appear 1))
  58. (inf-para (nb 110105013) (@ -58 -102) (cp -1) (appear 1))
  59. (inf-para (nb 110105021) (@ -57 -106) (cp -1) (appear 1))
  60. (inf-para (nb 110105022) (@ -58 -106) (cp -1) (appear 1))
  61. (inf-para (nb 110105023) (@ -57 -104) (cp -1) (appear 1))
  62. (inf-para (nb 110105061) (@ -57 -103) (cp -1) (appear 1))
  63. (inf-para (nb 110105062) (@ -58 -101) (cp -1) (appear 1))
  64. (inf-para (nb 110105063) (@ -58 -100) (cp -1) (appear 1))
  65. (arty-towed (nb 110103770) (@ -57 -105) (cp -1) (appear 1))
  66.  
  67. (inf-glider 89 154 1 (n "1/327"))
  68. (inf-glider 89 154 1 (n "2/327"))
  69. (inf-glider 88 156 1 (n "3/327"))
  70. (inf-ranger 93 150 1 (n "2"))
  71. (inf-ranger 93 150 1 (n "5"))
  72. (inf-mot 109 141 1 (n "1 HR"))
  73. (inf-mot 90 153 1 (n "1/22"))
  74. (inf-mot 93 152 1 (n "1/357"))
  75. (inf-mot 86 157 1 (n "1/358"))
  76. (inf-mot 93 154 1 (n "1/359"))
  77. (inf-mot 87 157 1 (n "1/8"))
  78. (inf-mot 106 149 1 (n "2 DR"))
  79. (inf-mot 117 138 1 (n "2 EYR"))
  80. (inf-mot 90 154 1 (n "2/12"))
  81. (inf-mot 93 151 1 (n "2/357"))
  82. (inf-mot 87 156 1 (n "2/358"))
  83. (inf-mot 93 154 1 (n "2/359"))
  84. (inf-mot 92 151 1 (n "2/8"))
  85. (inf-mot 88 155 1 (n "3/22"))
  86. (inf-mot 93 152 1 (n "3/357"))
  87. (inf-mot 86 157 1 (n "3/358"))
  88. (inf-mot 93 155 1 (n "3/359"))
  89. (inf-mot 92 152 1 (n "3/8"))
  90. (inf-mot 111 141 1 (n "5 EYR"))
  91. (inf-mot 112 141 1 (n "RWR"))
  92. (inf-mot 88 156 1)
  93. (inf-mot 91 153 1)
  94. (inf-mot 91 152 1)
  95. (inf-mot 99 151 1)
  96. (inf-mot 99 151 1)
  97. (inf-mot 101 150 1)
  98. (inf-mot 105 150 1)
  99. (inf-mot 105 150 1)
  100. (inf-mot 106 150 1)
  101. (inf-mot 106 150 1)
  102. (inf-mot 101 149 1)
  103. (inf-mot 105 149 1)
  104. (inf-mot 105 149 1)
  105. (inf-mot 106 149 1)
  106. (inf-mot 109 149 1)
  107. (inf-mot 109 149 1)
  108. (inf-mot 110 149 1)
  109. (inf-mot 110 149 1)
  110. (inf-mot 96 148 1)
  111. (inf-mot 97 148 1)
  112. (inf-mot 98 148 1)
  113. (inf-mot 97 147 1)
  114. (inf-mot 97 147 1)
  115. (inf-mot 98 147 1)
  116. (inf-mot 99 147 1)
  117. (inf-mot 109 147 1)
  118. (inf-mot 109 147 1)
  119. (inf-mot 110 147 1)
  120. (inf-mot 110 147 1)
  121. (inf-mot 115 147 1)
  122. (inf-mot 115 147 1)
  123. (inf-mot 116 146 1)
  124. (inf-mot 116 146 1)
  125. (inf-mot 101 145 1)
  126. (inf-mot 102 145 1)
  127. (inf-mot 102 145 1)
  128. (inf-mot 103 145 1)
  129. (inf-mot 103 145 1)
  130. (inf-mot 116 145 1)
  131. (inf-mot 103 144 1)
  132. (inf-mot 104 144 1)
  133. (inf-mot 105 143 1)
  134. (inf-mot 108 142 1)
  135. (inf-mot 109 142 1)
  136. (inf-mot 109 142 1)
  137. (inf-mot 109 141 1)
  138. (inf-mot 110 141 1)
  139. (inf-mot 110 141 1)
  140. (inf-mot 111 140 1)
  141. (inf-mot 111 140 1)
  142. (inf-mot 112 140 1)
  143. (inf-mot 112 140 1)
  144. (inf-mot 113 139 1)
  145. (inf-mot 114 139 1)
  146. (inf-mot 116 139 1)
  147. (inf-mot 115 138 1)
  148. (inf-mot 115 138 1)
  149. (inf-mot 116 138 1)
  150. (inf-mot 117 137 1)
  151. (inf-mot 117 137 1)
  152. (tank 89 155 1 (n "70"))
  153. (tank 92 153 1 (n "746"))
  154. (hq-mot-div 88 155 1 (n "4"))
  155. (hq-inf-corps 100 154 1 (n "12 GB"))
  156. (hq-inf-corps 107 155 1 (n "2 Can"))
  157. (hq-inf-corps 102 154 1 (n "8 GB"))
  158. (hq-inf-corps 95 154 1 (n "V"))
  159. (hq-inf-corps 97 154 1 (n "VII"))
  160. (hq-inf-corps 107 154 1 (n "VIII"))
  161. (hq-inf-corps 96 156 1 (n "XII"))
  162. (hq-inf-corps 104 154 1 (n "XV"))
  163. (hq-inf-corps 106 155 1 (n "XX"))
  164. (landing-ship 86 156 1)
  165. (landing-ship 87 155 1)
  166. (landing-ship 88 154 1)
  167. (landing-ship 89 153 1)
  168. (landing-ship 90 152 1)
  169. (landing-ship 97 146 1)
  170. (landing-ship 98 146 1)
  171. (landing-ship 102 144 1)
  172. (landing-ship 103 143 1)
  173. (landing-ship 104 143 1)
  174. (landing-ship 105 142 1)
  175. (landing-ship 109 140 1)
  176. (landing-ship 110 140 1)
  177. (landing-ship 111 139 1)
  178. (landing-ship 112 139 1)
  179. (landing-ship 115 137 1)
  180. (landing-ship 116 137 1)
  181. (landing-ship 117 136 1)
  182.  
  183. (inf 39 106 2 (n "I/1057,91"))
  184. (inf -1 -1 2 (n "I/1058"))
  185. (inf 84 81 2 (n "I/726"))
  186. (inf 115 60 2 (n "I/736"))
  187. (inf 132 55 2 (n "I/744"))
  188. (inf 146 49 2 (n "I/752,346"))
  189. (inf 147 48 2 (n "I/857,346"))
  190. (inf 148 48 2 (n "I/858,346"))
  191. (inf 68 93 2 (n "I/914,352"))
  192. (inf 89 70 2 (n "I/915"))
  193. (inf 93 75 2 (n "I/916"))
  194. (inf 50 113 2 (n "I/919"))
  195. (inf 22 139 2 (n "I/920"))
  196. (inf 28 118 2 (n "I/921"))
  197. (inf 36 120 2 (n "II/1057"))
  198. (inf 40 122 2 (n "II/1058"))
  199. (inf 99 70 2 (n "II/726"))
  200. (inf 106 67 2 (n "II/736"))
  201. (inf 126 58 2 (n "II/744"))
  202. (inf 146 49 2 (n "II/752,346"))
  203. (inf 147 48 2 (n "II/857,346"))
  204. (inf 148 48 2 (n "II/858,346"))
  205. (inf 60 93 2 (n "II/914,352"))
  206. (inf 93 73 2 (n "II/915"))
  207. (inf 80 86 2 (n "II/916"))
  208. (inf 50 116 2 (n "II/919"))
  209. (inf 22 137 2 (n "II/921"))
  210. (inf 23 126 2 (n "II/922"))
  211. (inf 35 110 2 (n "III/1057,91"))
  212. (inf 55 99 2 (n "III/1058,91"))
  213. (inf 79 87 2 (n "III/726"))
  214. (inf 49 129 2 (n "III/729"))
  215. (inf 110 63 2 (n "III/736"))
  216. (inf 127 54 2 (n "III/744"))
  217. (inf 49 119 2 (n "III/919"))
  218. (inf 27 117 2 (n "III/921"))
  219. (inf 23 123 2 (n "III/922"))
  220. (inf-bicycle 143 52 2 (n "505,346"))
  221. (inf-bicycle 143 52 2 (n "506,346"))
  222. (inf-bicycle 145 50 2 (n "507,346"))
  223. (inf-bicycle 50 129 2 (n "II/729"))
  224. (inf-bicycle 153 43 2)
  225. (inf-fusil 150 47 2 (n ",346"))
  226. (inf-ost 48 126 2 (n "649"))
  227. (inf-ost 59 104 2 (n "795"))
  228. (inf-pion 145 50 2 (n ",346"))
  229. (inf-pion 66 85 2 (n ",352"))
  230. (inf-mot 54 124 2 (n "AOK 7"))
  231. (inf-mot 110 54 2 (n "HW/193"))
  232. (inf-mot 114 55 2 (n "II/125"))
  233. (inf-mot 142 55 2 (n "II/25,12ss"))
  234. (inf-mot 146 54 2 (n "II/26,12ss"))
  235. (inf-mot 142 55 2 (n "III/25,12ss"))
  236. (inf-mot 146 54 2 (n "III/26,12ss"))
  237. (inf-fsj 44 103 2 (n ",91"))
  238. (inf-fsj 39 100 2 (n "II/6 FS,91"))
  239. (inf-fsj 57 93 2 (n "III/6 FS,91"))
  240. (inf-armored 122 43 2 (n "I/125"))
  241. (inf-armored 102 59 2 (n "I/192"))
  242. (inf-armored 141 55 2 (n "I/25,12ss"))
  243. (inf-armored 145 54 2 (n "I/26,12ss"))
  244. (inf-pz-pion 141 55 2 (n ",12ss"))
  245. (inf-armored-recon 140 55 2 (n ",12ss"))
  246. (arty-cd-cased 59 105 2 (n "1/1261"))
  247. (arty-cd-cased 53 121 2 (n "10/1261"))
  248. (arty-cd-cased 54 128 2 (n "10/1261"))
  249. (arty-cd-cased 120 61 2 (n "2/1255"))
  250. (arty-cd-cased 53 111 2 (n "2/1261"))
  251. (arty-cd-cased 19 135 2 (n "2/1262"))
  252. (arty-cd-cased 17 148 2 (n "2/1262"))
  253. (arty-cd-cased 55 115 2 (n "3/1261"))
  254. (arty-cd-cased 24 120 2 (n "4/1262"))
  255. (arty-cd-cased 51 120 2 (n "5/1261"))
  256. (arty-cd-cased 53 119 2 (n "8/1261"))
  257. (arty-cd-cased 41 133 2 (n "MKB BROM"))
  258. (arty-cd-cased 44 133 2 (n "MKB HAMB"))
  259. (arty-cd-cased 90 80 2 (n "MKB LONG"))
  260. (arty-cd-cased 23 146 2 (n "MKB YORK"))
  261. (arty-cd-cased 28 139 2)
  262. (arty-cd-cased 33 137 2)
  263. (arty-cd-cased 34 137 2)
  264. (arty-cd-cased 36 132 2)
  265. (arty-cd-cased 54 111 2)
  266. (arty-cd-cased 99 76 2)
  267. (arty-cd-cased 39 67 2)
  268. (arty-cd-open 115 62 2 (n "1/1260"))
  269. (arty-cd-open 18 149 2 (n "1/1262"))
  270. (arty-cd-open 111 63 2 (n "1/1716"))
  271. (arty-cd-open 76 91 2 (n "2/1260"))
  272. (arty-cd-open 114 60 2 (n "2/1716"))
  273. (arty-cd-open 111 62 2 (n "3/1716"))
  274. (arty-cd-open 133 57 2 (n "4/1255"))
  275. (arty-cd-open 52 118 2 (n "4/1261"))
  276. (arty-cd-open 109 63 2 (n "4/1716"))
  277. (arty-cd-open 52 119 2 (n "6/1261"))
  278. (arty-cd-open 99 72 2 (n "7/1716"))
  279. (arty-cd-open 69 94 2 (n "8/1716"))
  280. (arty-cd-open 52 122 2 (n "9/1261"))
  281. (arty-cd-open 70 91 2 (n "9/1716"))
  282. (arty-cd-open 52 129 2 (n "MKB BLANK"))
  283. (arty-cd-open 39 65 2 (n "MKB PAIR"))
  284. (arty-cd-open 19 146 2 (n "junk!"))
  285. (arty-cd-open 96 73 2)
  286. (arty-cd-open 97 73 2)
  287. (arty-rr 20 145 2)
  288. (arty-horse 161 43 2 (n "1/Iss"))
  289. (arty-horse 161 43 2 (n "2/Iss"))
  290. (arty-horse 102 68 2 (n "989"))
  291. (arty-horse 161 43 2 (n "992,Iss"))
  292. (arty-horse 152 47 2 (n "I/346,346"))
  293. (arty-horse 83 81 2 (n "I/352"))
  294. (arty-horse 150 52 2 (n "II/12,12ss"))
  295. (arty-horse 152 47 2 (n "II/346,346"))
  296. (arty-horse 69 91 2 (n "II/352"))
  297. (arty-horse 128 58 2 (n "II/711"))
  298. (arty-horse 150 52 2 (n "III/12,12ss"))
  299. (arty-horse 40 104 2 (n "III/191,91"))
  300. (arty-horse 152 47 2 (n "III/346,346"))
  301. (arty-horse 84 80 2 (n "III/352"))
  302. (arty-horse 57 100 2 (n "IV/1709"))
  303. (arty-horse 75 90 2 (n "IV/352"))
  304. (arty-flak 148 53 2 (n ",12ss"))
  305. (arty-flak 108 66 2)
  306. (arty-flak-bty 72 94 2 (n "32/1"))
  307. (arty-flak-bty 66 91 2 (n "32/2"))
  308. (arty-flak-bty 67 95 2 (n "32/3"))
  309. (arty-flak-bty 67 94 2 (n "32/4"))
  310. (arty-flak-bty 64 91 2 (n "32/5"))
  311. (arty-flak-bty 76 81 2 (n "I/1"))
  312. (arty-flak-bty 71 83 2 (n "I/2"))
  313. (arty-flak-bty 68 85 2 (n "I/3"))
  314. (arty-flak-bty 71 85 2 (n "I/4"))
  315. (arty-flak-bty 74 83 2 (n "I/5"))
  316. (arty-flak-bty 74 89 2 (n "II/1"))
  317. (arty-flak-bty 71 90 2 (n "II/2"))
  318. (arty-flak-bty 76 87 2 (n "II/3"))
  319. (arty-flak-bty 71 88 2 (n "II/5"))
  320. (arty-flak-bty 80 84 2 (n "III/2"))
  321. (arty-flak-bty 81 81 2 (n "III/5"))
  322. (arty-flak-bty 62 85 2 (n "KG 955"))
  323. (arty-flak-bty 72 91 2)
  324. (arty-flak-bty 81 82 2)
  325. (arty-flak-bty 82 81 2)
  326. (arty-flak-bty 82 80 2)
  327. (arty-at 148 53 2 (n ",12ss"))
  328. (arty-at 150 47 2 (n ",346"))
  329. (arty-at 42 110 2 (n ",91"))
  330. (arty-at 102 62 2 (n "1/200"))
  331. (arty-at 104 63 2 (n "2/200"))
  332. (arty-at 106 62 2 (n "3/200"))
  333. (arty-at 105 67 2)
  334. (arty-nebel 126 40 2 (n ",21"))
  335. (arty-nebel 162 42 2 (n ",Iss"))
  336. (arty-nebel 115 52 2 (n "10/125"))
  337. (arty-nebel 111 52 2 (n "10/155"))
  338. (arty-nebel 105 64 2 (n "10/192"))
  339. (arty-nebel 150 52 2 (n "IV/12,12ss"))
  340. (arty-mortar 44 91 2 (n "13/6 FS,91"))
  341. (arty-armored 111 50 2 (n ",21"))
  342. (arty-armored 151 47 2 (n ",346"))
  343. (arty-armored 105 63 2 (n "1/155"))
  344. (arty-armored 150 52 2 (n "I/12,12ss"))
  345. (arty-sp-at-co 110 62 2 (n "1716"))
  346. (arty-sp-at-co 69 86 2 (n "PzJg,352"))
  347. (tank 44 104 2 (n "100"))
  348. (tank 151 47 2 (n "205,346"))
  349. (tank 18 147 2 (n "206"))
  350. (tank 128 35 2 (n "I/100"))
  351. (tank 143 54 2 (n "I/12,12ss"))
  352. (tank 121 29 2 (n "II/100"))
  353. (tank 143 54 2 (n "II/12,12ss"))
  354. (assault-gun 145 54 2 (n "PzJg,12ss"))
  355. (assault-gun 147 53 2 (n "StuG,12ss"))
  356. (tank-co 163 40 2 (n "1/101"))
  357. (tank-co 163 40 2 (n "2/101"))
  358. (tank-co 163 40 2 (n "3/101"))
  359. (assault-gun-co 164 39 2 (n "1/654"))
  360. (assault-gun-co 69 85 2 (n "1352,352"))
  361. (assault-gun-co 164 39 2 (n "2/654"))
  362. (assault-gun-co 164 39 2 (n "3/654"))
  363. (hq-flak-reg 79 82 2 (n "1"))
  364. (hq-inf-div 142 52 2 (n "346"))
  365. (hq-inf-div 40 110 2 (n "91"))
  366. (hq-armor-div 147 53 2 (n "12ss"))
  367. (hq-armor-div 129 35 2 (n "21"))
  368. (hq-pz-korps 159 44 2 (n "Iss"))
  369. (hq-inf-corps 63 77 2 (n "LXXXIV"))
  370. (coast-strongpoint 60 94 2)
  371. (coast-strongpoint 76 92 2)
  372. (coast-strongpoint 78 91 2)
  373. (coast-strongpoint 79 90 2)
  374. (coast-strongpoint 80 89 2)
  375. (coast-strongpoint 81 88 2)
  376. (coast-strongpoint 82 87 2)
  377. (coast-strongpoint 83 86 2)
  378. (coast-strongpoint 84 85 2)
  379. (coast-strongpoint 94 79 2)
  380. (coast-strongpoint 96 78 2)
  381. (coast-strongpoint 99 77 2)
  382. (coast-strongpoint 97 76 2)
  383. (coast-strongpoint 101 76 2)
  384. (coast-strongpoint 105 73 2)
  385. (coast-strongpoint 103 73 2)
  386. (coast-strongpoint 110 69 2)
  387. (coast-strongpoint 113 66 2)
  388. (coast-strongpoint 115 64 2)
  389. (coast-strongpoint 117 62 2)
  390. (coast-strongpoint 120 62 2)
  391. (coast-strongpoint 122 60 2)
  392.  
  393. #|
  394.  
  395. (inf-glider 72 124 1 (n "1/327"))
  396. (inf-glider 72 124 1 (n "2/327"))
  397. (inf-glider 71 124 1 (n "3/327"))
  398. (inf-ranger 75 121 1 (n "2"))
  399. (inf-ranger 75 121 1 (n "5"))
  400. (inf-mot 86 119 1 (n "1 HR"))
  401. (inf-mot 72 123 1 (n "1/22"))
  402. (inf-mot 75 123 1 (n "1/357"))
  403. (inf-mot 69 126 1 (n "1/358"))
  404. (inf-mot 75 124 1 (n "1/359"))
  405. (inf-mot 70 125 1 (n "1/8"))
  406. (inf-mot 86 120 1 (n "2 DR"))
  407. (inf-mot 93 116 1 (n "2 EYR"))
  408. (inf-mot 73 124 1 (n "2/12"))
  409. (inf-mot 75 122 1 (n "2/357"))
  410. (inf-mot 69 126 1 (n "2/358"))
  411. (inf-mot 75 124 1 (n "2/359"))
  412. (inf-mot 74 122 1 (n "2/8"))
  413. (inf-mot 71 125 1 (n "3/22"))
  414. (inf-mot 75 123 1 (n "3/357"))
  415. (inf-mot 70 126 1 (n "3/358"))
  416. (inf-mot 75 125 1 (n "3/359"))
  417. (inf-mot 74 122 1 (n "3/8"))
  418. (inf-mot 88 118 1 (n "5 EYR"))
  419. (inf-mot 89 118 1 (n "RWR"))
  420. (inf-mot 71 124 1)
  421. (inf-mot 72 123 1)
  422. (inf-mot 73 123 1)
  423. (inf-mot 77 122 1)
  424. (inf-mot 78 122 1)
  425. (inf-mot 80 122 1)
  426. (inf-mot 80 122 1)
  427. (inf-mot 77 121 1)
  428. (inf-mot 77 121 1)
  429. (inf-mot 78 121 1)
  430. (inf-mot 78 121 1)
  431. (inf-mot 80 121 1)
  432. (inf-mot 80 121 1)
  433. (inf-mot 82 121 1)
  434. (inf-mot 85 121 1)
  435. (inf-mot 85 121 1)
  436. (inf-mot 86 121 1)
  437. (inf-mot 86 121 1)
  438. (inf-mot 80 120 1)
  439. (inf-mot 80 120 1)
  440. (inf-mot 81 120 1)
  441. (inf-mot 81 120 1)
  442. (inf-mot 82 120 1)
  443. (inf-mot 82 120 1)
  444. (inf-mot 85 120 1)
  445. (inf-mot 85 120 1)
  446. (inf-mot 86 120 1)
  447. (inf-mot 88 120 1)
  448. (inf-mot 88 120 1)
  449. (inf-mot 89 120 1)
  450. (inf-mot 89 120 1)
  451. (inf-mot 85 119 1)
  452. (inf-mot 85 119 1)
  453. (inf-mot 86 119 1)
  454. (inf-mot 88 119 1)
  455. (inf-mot 88 119 1)
  456. (inf-mot 89 119 1)
  457. (inf-mot 89 119 1)
  458. (inf-mot 91 119 1)
  459. (inf-mot 91 119 1)
  460. (inf-mot 92 119 1)
  461. (inf-mot 92 119 1)
  462. (inf-mot 93 119 1)
  463. (inf-mot 93 119 1)
  464. (inf-mot 88 118 1)
  465. (inf-mot 89 118 1)
  466. (inf-mot 91 118 1)
  467. (inf-mot 91 118 1)
  468. (inf-mot 92 118 1)
  469. (inf-mot 92 118 1)
  470. (inf-mot 94 118 1)
  471. (inf-mot 94 118 1)
  472. (inf-mot 91 117 1)
  473. (inf-mot 91 117 1)
  474. (inf-mot 92 117 1)
  475. (inf-mot 92 117 1)
  476. (inf-mot 93 117 1)
  477. (inf-mot 94 117 1)
  478. (inf-mot 94 116 1)
  479. (inf-mot 94 116 1)
  480. (tank 72 125 1 (n "70"))
  481. (tank 73 122 1 (n "746"))
  482. (hq-mot-div 71 125 1 (n "4"))
  483. (hq-inf-corps 81 124 1 (n "12 GB"))
  484. (hq-inf-corps 87 125 1 (n "2 Can"))
  485. (hq-inf-corps 83 124 1 (n "8 GB"))
  486. (hq-inf-corps 77 124 1 (n "V"))
  487. (hq-inf-corps 79 124 1 (n "VII"))
  488. (hq-inf-corps 87 124 1 (n "VIII"))
  489. (hq-inf-corps 78 126 1 (n "XII"))
  490. (hq-inf-corps 84 124 1 (n "XV"))
  491. (hq-inf-corps 86 125 1 (n "XX"))
  492. (landing-ship 68 126 1)
  493. (landing-ship 70 124 1)
  494. (landing-ship 72 122 1)
  495. (landing-ship 74 120 1)
  496. (landing-ship 76 118 1)
  497. (landing-ship 78 117 1)
  498. (landing-ship 80 116 1)
  499. (landing-ship 82 115 1)
  500. (landing-ship 84 114 1)
  501. (landing-ship 86 113 1)
  502. (landing-ship 88 112 1)
  503. (landing-ship 90 111 1)
  504. (landing-ship 92 110 1)
  505. (landing-ship 94 109 1)
  506. (landing-ship 96 108 1)
  507. (landing-ship 98 108 1)
  508. (landing-ship 100 108 1)
  509. (landing-ship 102 108 1)
  510.  
  511. (inf 32 85 2 (n "I/1057,91"))
  512. (inf 39 92 2 (n "I/1058"))
  513. (inf 68 66 2 (n "I/726"))
  514. (inf 93 49 2 (n "I/736"))
  515. (inf 107 45 2 (n "I/744"))
  516. (inf 118 40 2 (n "I/752,346"))
  517. (inf 119 39 2 (n "I/857,346"))
  518. (inf 120 39 2 (n "I/858,346"))
  519. (inf 55 75 2 (n "I/914,352"))
  520. (inf 72 57 2 (n "I/915"))
  521. (inf 75 61 2 (n "I/916"))
  522. (inf 41 91 2 (n "I/919"))
  523. (inf 18 112 2 (n "I/920"))
  524. (inf 23 95 2 (n "I/921"))
  525. (inf 29 96 2 (n "II/1057"))
  526. (inf 33 99 2 (n "II/1058"))
  527. (inf 80 57 2 (n "II/726"))
  528. (inf 86 54 2 (n "II/736"))
  529. (inf 102 47 2 (n "II/744"))
  530. (inf 118 40 2 (n "II/752,346"))
  531. (inf 119 39 2 (n "II/857,346"))
  532. (inf 120 39 2 (n "II/858,346"))
  533. (inf 49 75 2 (n "II/914,352"))
  534. (inf 75 59 2 (n "II/915"))
  535. (inf 64 69 2 (n "II/916"))
  536. (inf 41 94 2 (n "II/919"))
  537. (inf 18 111 2 (n "II/921"))
  538. (inf 18 101 2 (n "II/922"))
  539. (inf 29 89 2 (n "III/1057,91"))
  540. (inf 45 80 2 (n "III/1058,91"))
  541. (inf 63 70 2 (n "III/726"))
  542. (inf 40 104 2 (n "III/729"))
  543. (inf 89 51 2 (n "III/736"))
  544. (inf 103 44 2 (n "III/744"))
  545. (inf 40 96 2 (n "III/919"))
  546. (inf 21 94 2 (n "III/921"))
  547. (inf 18 99 2 (n "III/922"))
  548. (inf-bicycle 116 42 2 (n "505,346"))
  549. (inf-bicycle 116 42 2 (n "506,346"))
  550. (inf-bicycle 117 41 2 (n "507,346"))
  551. (inf-bicycle 41 104 2 (n "II/729"))
  552. (inf-bicycle 124 35 2)
  553. (inf-fusil 121 38 2 (n ",346"))
  554. (inf-ost 39 102 2 (n "649"))
  555. (inf-ost 48 84 2 (n "795"))
  556. (inf-pion 117 41 2 (n ",346"))
  557. (inf-pion 54 69 2 (n ",352"))
  558. (inf-mot 44 100 2 (n "AOK 7"))
  559. (inf-mot 89 44 2 (n "HW/193"))
  560. (inf-mot 92 45 2 (n "II/125"))
  561. (inf-mot 115 45 2 (n "II/25,12ss"))
  562. (inf-mot 118 44 2 (n "II/26,12ss"))
  563. (inf-mot 115 45 2 (n "III/25,12ss"))
  564. (inf-mot 118 44 2 (n "III/26,12ss"))
  565. (inf-fsj 36 83 2 (n ",91"))
  566. (inf-fsj 32 80 2 (n "II/6 FS,91"))
  567. (inf-fsj 46 75 2 (n "III/6 FS,91"))
  568. (inf-armored 99 35 2 (n "I/125"))
  569. (inf-armored 83 47 2 (n "I/192"))
  570. (inf-armored 114 45 2 (n "I/25,12ss"))
  571. (inf-armored 117 44 2 (n "I/26,12ss"))
  572. (inf-pz-pion 114 45 2 (n ",12ss"))
  573. (inf-armored-recon 113 45 2 (n ",12ss"))
  574. (arty-cd-cased 46 83 2 (n "1/1261"))
  575. (arty-cd-cased 43 98 2 (n "10/1261"))
  576. (arty-cd-cased 43 103 2 (n "10/1261"))
  577. (arty-cd-cased 96 48 2 (n "2/1255"))
  578. (arty-cd-cased 42 89 2 (n "2/1261"))
  579. (arty-cd-cased 15 108 2 (n "2/1262"))
  580. (arty-cd-cased 13 118 2 (n "2/1262"))
  581. (arty-cd-cased 43 91 2 (n "3/1261"))
  582. (arty-cd-cased 19 96 2 (n "4/1262"))
  583. (arty-cd-cased 41 96 2 (n "5/1261"))
  584. (arty-cd-cased 43 96 2 (n "8/1261"))
  585. (arty-cd-cased 33 106 2 (n "MKB BROM"))
  586. (arty-cd-cased 35 107 2 (n "MKB HAMB"))
  587. (arty-cd-cased 72 64 2 (n "MKB LONG"))
  588. (arty-cd-cased 18 117 2 (n "MKB YORK"))
  589. (arty-cd-cased 23 112 2)
  590. (arty-cd-cased 26 110 2)
  591. (arty-cd-cased 27 110 2)
  592. (arty-cd-cased 29 106 2)
  593. (arty-cd-cased 43 89 2)
  594. (arty-cd-cased 79 60 2)
  595. (arty-cd-cased 32 54 2)
  596. (arty-cd-open 93 50 2 (n "1/1260"))
  597. (arty-cd-open 13 120 2 (n "1/1262"))
  598. (arty-cd-open 90 51 2 (n "1/1716"))
  599. (arty-cd-open 61 73 2 (n "2/1260"))
  600. (arty-cd-open 92 49 2 (n "2/1716"))
  601. (arty-cd-open 90 50 2 (n "3/1716"))
  602. (arty-cd-open 108 46 2 (n "4/1255"))
  603. (arty-cd-open 42 95 2 (n "4/1261"))
  604. (arty-cd-open 88 51 2 (n "4/1716"))
  605. (arty-cd-open 42 96 2 (n "6/1261"))
  606. (arty-cd-open 80 58 2 (n "7/1716"))
  607. (arty-cd-open 56 76 2 (n "8/1716"))
  608. (arty-cd-open 42 99 2 (n "9/1261"))
  609. (arty-cd-open 57 74 2 (n "9/1716"))
  610. (arty-cd-open 42 104 2 (n "MKB BLANK"))
  611. (arty-cd-open 31 53 2 (n "MKB PAIR"))
  612. (arty-cd-open 15 117 2 (n "junk!"))
  613. (arty-cd-open 78 59 2)
  614. (arty-cd-open 79 59 2)
  615. (arty-rr 16 116 2)
  616. (arty-horse 130 35 2 (n "1/Iss"))
  617. (arty-horse 130 35 2 (n "2/Iss"))
  618. (arty-horse 83 55 2 (n "989"))
  619. (arty-horse 130 35 2 (n "992,Iss"))
  620. (arty-horse 123 38 2 (n "I/346,346"))
  621. (arty-horse 67 66 2 (n "I/352"))
  622. (arty-horse 121 42 2 (n "II/12,12ss"))
  623. (arty-horse 123 38 2 (n "II/346,346"))
  624. (arty-horse 56 74 2 (n "II/352"))
  625. (arty-horse 104 47 2 (n "II/711"))
  626. (arty-horse 121 42 2 (n "III/12,12ss"))
  627. (arty-horse 33 84 2 (n "III/191,91"))
  628. (arty-horse 123 38 2 (n "III/346,346"))
  629. (arty-horse 68 65 2 (n "III/352"))
  630. (arty-horse 46 81 2 (n "IV/1709"))
  631. (arty-horse 60 72 2 (n "IV/352"))
  632. (arty-flak 120 43 2 (n ",12ss"))
  633. (arty-flak 87 53 2)
  634. (arty-flak-bty 58 75 2 (n "32/1"))
  635. (arty-flak-bty 54 74 2 (n "32/2"))
  636. (arty-flak-bty 54 76 2 (n "32/3"))
  637. (arty-flak-bty 54 75 2 (n "32/4"))
  638. (arty-flak-bty 52 74 2 (n "32/5"))
  639. (arty-flak-bty 62 66 2 (n "I/1"))
  640. (arty-flak-bty 58 67 2 (n "I/2"))
  641. (arty-flak-bty 55 69 2 (n "I/3"))
  642. (arty-flak-bty 58 69 2 (n "I/4"))
  643. (arty-flak-bty 60 67 2 (n "I/5"))
  644. (arty-flak-bty 59 71 2 (n "II/1"))
  645. (arty-flak-bty 57 72 2 (n "II/2"))
  646. (arty-flak-bty 61 70 2 (n "II/3"))
  647. (arty-flak-bty 58 71 2 (n "II/5"))
  648. (arty-flak-bty 64 67 2 (n "III/2"))
  649. (arty-flak-bty 65 65 2 (n "III/5"))
  650. (arty-flak-bty 50 69 2 (n "KG 955"))
  651. (arty-flak-bty 58 73 2)
  652. (arty-flak-bty 65 66 2)
  653. (arty-flak-bty 66 65 2)
  654. (arty-flak-bty 66 64 2)
  655. (arty-at 120 43 2 (n ",12ss"))
  656. (arty-at 121 38 2 (n ",346"))
  657. (arty-at 34 89 2 (n ",91"))
  658. (arty-at 83 50 2 (n "1/200"))
  659. (arty-at 84 51 2 (n "2/200"))
  660. (arty-at 86 50 2 (n "3/200"))
  661. (arty-at 85 54 2)
  662. (arty-nebel 101 31 2 (n ",21"))
  663. (arty-nebel 131 34 2 (n ",Iss"))
  664. (arty-nebel 93 42 2 (n "10/125"))
  665. (arty-nebel 90 42 2 (n "10/155"))
  666. (arty-nebel 85 52 2 (n "10/192"))
  667. (arty-nebel 121 42 2 (n "IV/12,12ss"))
  668. (arty-mortar 36 74 2 (n "13/6 FS,91"))
  669. (arty-armored 90 41 2 (n ",21"))
  670. (arty-armored 122 38 2 (n ",346"))
  671. (arty-armored 85 51 2 (n "1/155"))
  672. (arty-armored 121 42 2 (n "I/12,12ss"))
  673. (arty-sp-at-co 89 50 2 (n "1716"))
  674. (arty-sp-at-co 56 70 2 (n "PzJg,352"))
  675. (tank 36 84 2 (n "100"))
  676. (tank 122 38 2 (n "205,346"))
  677. (tank 14 118 2 (n "206"))
  678. (tank 103 27 2 (n "I/100"))
  679. (tank 116 44 2 (n "I/12,12ss"))
  680. (tank 98 24 2 (n "II/100"))
  681. (tank 116 44 2 (n "II/12,12ss"))
  682. (assault-gun 117 44 2 (n "PzJg,12ss"))
  683. (assault-gun 119 43 2 (n "StuG,12ss"))
  684. (tank-co 132 33 2 (n "1/101"))
  685. (tank-co 132 33 2 (n "2/101"))
  686. (tank-co 132 33 2 (n "3/101"))
  687. (assault-gun-co 133 32 2 (n "1/654"))
  688. (assault-gun-co 56 69 2 (n "1352,352"))
  689. (assault-gun-co 133 32 2 (n "2/654"))
  690. (assault-gun-co 133 32 2 (n "3/654"))
  691. (hq-flak-reg 63 66 2 (n "1"))
  692. (hq-inf-div 115 42 2 (n "346"))
  693. (hq-inf-div 33 89 2 (n "91"))
  694. (hq-armor-div 119 43 2 (n "12ss"))
  695. (hq-armor-div 104 27 2 (n "21"))
  696. (hq-pz-korps 129 36 2 (n "Iss"))
  697. (hq-inf-corps 51 62 2 (n "LXXXIV"))
  698. (coast-strongpoint 49 76 2)
  699. (coast-strongpoint 61 74 2)
  700. (coast-strongpoint 63 72 2)
  701. (coast-strongpoint 64 71 2)
  702. (coast-strongpoint 65 70 2)
  703. (coast-strongpoint 66 69 2)
  704. (coast-strongpoint 67 68 2)
  705. (coast-strongpoint 75 63 2)
  706. (coast-strongpoint 77 62 2)
  707. (coast-strongpoint 78 61 2)
  708. (coast-strongpoint 81 60 2)
  709. (coast-strongpoint 83 58 2)
  710. (coast-strongpoint 88 55 2)
  711. (coast-strongpoint 92 51 2)
  712. (coast-strongpoint 97 48 2)
  713.  
  714. |#
  715.  
  716.